473,424 Members | 1,941 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,424 software developers and data experts.

Vertical Text using CSS - Mozilla

I need a table header with text aligned vertically. I wrote a css and it works fine with IE, but mozilla doesn't support that. Is there any other way that we can represent vetical text?

Code i have used:
Expand|Select|Wrap|Line Numbers
  1. .verticaltext {
  2. writing-mode: tb-rl;
  3. filter: flipV flipH;
  4. }
  5.  
Jul 20 '06 #1
7 154227
kestrel
1,071 Expert 1GB
Mozilla doesnt support vertical text using css, from what i can tell.
You're better off making an image, using paint or something
Jul 31 '06 #2
ronverdonk
4,258 Expert 4TB
Have a look at Stuart Nicholls site, dedicated to CSS. One of the samples is a vertical unordered list, also for Mozilla.

http://www.cssplay.co.uk/menus/vertical.html

Ronald :cool:
Aug 4 '06 #3
you can display text rotated at 90 degrees using a combination of css and svg in all major browsers. you can use css for ie, and for firefox and opera use svg. see my post http://www.thescripts.com/forum/thread721811.html
Oct 15 '07 #4
drhowarddrfine
7,435 Expert 4TB
you can use css for ie, and for firefox and opera use svg.
I'm glad you pointed that out. Only modern browsers can use SVG but not IE.

Also, the CSS, in the original post, is not standard CSS and only works in IE.
Oct 15 '07 #5
I'm glad you pointed that out. Only modern browsers can use SVG but not IE.

Also, the CSS, in the original post, is not standard CSS and only works in IE.
It seems to be standard CSS3:
http://www.w3.org/TR/2003/CR-css3-text-20030514/#Progression
Nov 8 '07 #6
drhowarddrfine
7,435 Expert 4TB
That is obsolete and has been replaced by this one.
Nov 8 '07 #7
Here is my method for pure CSS vertical text: http://scottgale.com/blog/css-vertical-text/2010/03/01/

Works in FF, IE, and Webkit (Safari/Chrome)
Mar 3 '10 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: fochie | last post by:
Greetings, I'm having a problem when I try to GET a file from my server via xmlhttp when using Mozilla. With IE I can get any type of file fine, get/display headers fine, etc. With Mozilla,...
1
by: James Dean | last post by:
Can you make vertical text in a richtextbox or is there any way around this like make the string vertical outside the textbox then try to paste it in that way into the textbox?.... *** Sent...
0
by: Stephen Muecke | last post by:
I use the following code to draw vertical text in an ownerdrawn StatusBar The text is drawn top to bottom. Is there a way to have the text drawn bottom to top? Stephen Private Sub...
5
by: Stan McCann | last post by:
Is there a way, or does anyone know if maybe in CSS3, there is a plan to implement vertical rotated text? At http://alamo.nmsu.edu/roundup/schedule.html, in the information I was provided,...
2
by: marss | last post by:
The text for the chart Y-axis title is to be drawn vertically. Here is the snippet of my code. ..... StringFormat drawFormat = new StringFormat(); drawFormat.FormatFlags =...
4
by: umlv | last post by:
Hi, I have a question about vertical text property for labels. I have set several labels to show vertical text on one of my forms. I had no problems with them on my desktop computer. Now I...
4
by: marfola | last post by:
I'm trying to implement bottom-to-top vertical text using CSS attributes in IE : writing-mode: tb-rl; filter: flipv fliph; But I have encountered the following: the text is...
20
by: avinash sh | last post by:
I am using CSS property to make vertical text using java script.it is working fine with IE browser but not with mozila firefox... do anyone have any simple solution for the same....?? I do'nt want...
7
by: Mr Key | last post by:
Hi! Vertical text when placed in a report is read from top to bottom, is it possible to have vertical text so it's read from bottom to top (rotated 180 degrees from the default)? Example. I am...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.